Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KeyType.EC_EDWARDS in test_sign_eddsa #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HRio
Copy link
Contributor

@HRio HRio commented Oct 6, 2022

The KeyType should be EC_EDWARDS for Ed25519

Fixes:

 BotanECDSA.cpp(301): ECDSA key generation failed

i.e. SoftHSM goes into BotanECDSA.cpp instead of BotanEDDSA.cpp where 1.3.101.112 is handled

The KeyType should be EC_EDWARDS for Ed25519

Fixes:
 BotanECDSA.cpp(301): ECDSA key generation failed

i.e. SoftHSM goes into BotanECDSA.cpp instead of BotanEDDSA.cpp where
1.3.101.112 is handled
@paravoid
Copy link

+1, and this addresses a test failure on Debian as well.

One semi-related note is that the comment right below this line says to use "Ed25519" once wbond/asn1crypto#134 is merged, and that has happened already: this is commit wbond/asn1crypto@07b6305 included in asn1crypto 1.5.0.

While at it, it may be worth to just bump the dependency and replace "1.3.101.112" by "ed25519".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants